From One Report, Many

Using Parameterized Reporting to Generate
Dozens, Hundreds, or Thousands of Reports
at the Same Time

David Keyes // R for the Rest of Us

About Me

Why Parameterized Reporting?

How Parameterized Reporting Works

Make a Report for One Location

Add a Parameter to Our Report

Manually Render One Report

Manually Render Multiple Reports

Semi-Manually Render Report with R Script File

Automatically Render Multiple Reports with R Script File

Summary

  1. Create report
  2. Add parameter to report
  3. Create render.R script file
  4. Create function to render one report
  5. Create vector of all locations
  6. Use vector of all locations combined with walk() to render all reports